Other Classes

The following classes are available globally.

  • The pool is build to hold fake ips.

    Note

    It is NOT thread-safe.
    See more

    Declaration

    Swift

    public final class IPPool
  • The rule matches the host domain to a list of predefined criteria.

    See more

    Declaration

    Swift

    open class DomainListRule: Rule
  • The rule matches the ip of the target hsot to a list of IP ranges.

    See more

    Declaration

    Swift

    open class IPRangeListRule: Rule